We only emit that signal when the user confirms the button's internal GtkFileChooserDialog,
or when he drags-and-drops stuff into the button.
Signed-off-by: Federico Mena Quintero <federico@gnome.org>
priv->selection_while_inactive = g_object_ref (file);
- g_signal_emit (button, file_chooser_button_signals[FILE_SET], 0);
-
return TRUE;
}
}
g_object_unref (priv->selection_while_inactive);
priv->selection_while_inactive = NULL;
}
-
- g_signal_emit (button, file_chooser_button_signals[FILE_SET], 0);
}
}
}
g_object_unref (priv->selection_while_inactive);
priv->selection_while_inactive = NULL;
}
-
- g_signal_emit (button, file_chooser_button_signals[FILE_SET], 0);
}
}